home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 10 / FM Towns Free Software Collection 10.iso / ms_dos / tool / fapxtool / src / txm / makefile next >
Makefile  |  1995-01-05  |  588b  |  21 lines

  1. OBJFILE = obj\txm.obj obj\txmswchk.obj obj\txmetc.obj obj\txmerge.obj obj\txminfo.obj obj\txmfile.obj obj\txmhp.obj obj\txmforum.obj
  2. VPATH=.;.\obj
  3.  
  4. txm.exe : $(OBJFILE)
  5.     lcc @${-m -v2 -o $@ $# -lintlib }
  6. #    copy txm.exe d:\tools\mopterm\fapx
  7. #    lcc @${-v2 -o $@ $# -lnoexpand.obj -lintlib -ltinymain.obj}
  8.  
  9. .c.obj:
  10.     lcc -v2 -c -o $@ $<
  11.  
  12. obj\txm.obj      : txm.c txm.h
  13. obj\txmswchk.obj : txmswchk.c
  14. obj\txmetc.obj   : txmetc.c
  15. obj\txmerge.obj  : txmerge.c
  16. obj\txminfo.obj  : txminfo.c
  17. obj\txmfile.obj  : txmfile.c
  18. obj\txmhp.obj    : txmhp.c
  19. obj\txmforum.obj : txmforum.c
  20.  
  21.